rustc-version-rs
A library for querying the version of a installed rustc compiler.
For more details, see the docs.
Getting Started
rustc-version-rs is available on crates.io. Add the following dependency to your Cargo manifest to get the latest version of the 0.1 branch:
[]
= "0.1.*"
To always get the latest version, add this git repository to your Cargo manifest:
[]
= "https://github.com/Kimundi/rustc-version-rs"
Example
// This could be a cargo build script
extern crate rustc_version;
use ;
License
Licensed under either of
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.
Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.